home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / cdtest.zip / CDTEST.DOC < prev    next >
Text File  |  1986-03-11  |  1KB  |  40 lines

  1.  
  2.  
  3.  
  4.  
  5.              CDTEST  =  Carrier Detect TEST program.
  6.                         =       =      ====
  7.  
  8.              Usage:  (batch file)
  9.  
  10.                         run your favorite dialer program
  11.                         CDTEST
  12.                         IF ERRORLEVEL 1 GOTO NOCD
  13.                         ECHO Carrier Detected !
  14.                         GOTO EXIT
  15.                         :NOCD
  16.                         ECHO NO Carrier Detected !
  17.                         :EXIT
  18.  
  19.  
  20.              I wrote this to use with the PD programs AT.COM & DTR.COM
  21.              (courtesy of Donavon Kuhn & Jon Niedfeldt) to dial modem,
  22.              then start a special mainframe-specific (Burroughs) batch
  23.              file transfer system. The assembler code if fully documented
  24.              and should be easy to modify (you might want to increase or
  25.              decrease the timing loop for your specific application).
  26.  
  27.  
  28.              I am placing this code in the public domain in the hopes it
  29.              will be of benefit to someone else in production use or
  30.              simply as a learning tool (as it was for me).
  31.  
  32.                                                             Dan Case
  33.                                                             71516,236
  34.  
  35.  
  36.                                           Dan Case
  37.                                                             71516,236
  38.  
  39.  
  40.